mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Remove gmdb2
Split off the Gnome MDB file viewer into its own project:
https://github.com/mdbtools/gmdb2
This simplifies the build process somewhat and lets us focus on the core
project. (For starters, no more -Wno-portability flag!)
This commit is contained in:
@@ -6,8 +6,7 @@ PRODUCT = MDBTools
|
||||
dist_man_MANS =
|
||||
if ENABLE_MAN
|
||||
dist_man_MANS += mdb-tables.1 mdb-ver.1 mdb-export.1 mdb-schema.1 mdb-sql.1 \
|
||||
mdb-array.1 mdb-header.1 mdb-hexdump.1 mdb-parsecsv.1 mdb-prop.1 mdb-import.1 \
|
||||
gmdb2.1
|
||||
mdb-array.1 mdb-header.1 mdb-hexdump.1 mdb-parsecsv.1 mdb-prop.1 mdb-import.1
|
||||
endif
|
||||
if ENABLE_DOCBOOK
|
||||
dist_man_MANS += install.tgz
|
||||
@@ -15,7 +14,7 @@ endif
|
||||
CLEANFILES = ${dist_man_MANS} install install.tgz
|
||||
EXTRA_DIST = mdb-tables.txt mdb-ver.txt mdb-export.txt mdb-schema.txt mdb-sql.txt \
|
||||
mdb-array.txt mdb-header.txt mdb-hexdump.txt mdb-parsecsv.txt mdb-prop.txt mdb-import.txt \
|
||||
gmdb2.txt faq.html install.sgml
|
||||
faq.html install.sgml
|
||||
|
||||
.txt.1:
|
||||
$(TXT2MAN) -t $* -r "$(PRODUCT) $(VERSION)" -s 1 -v "Executable programs or shell commands" $(srcdir)/$< > $@
|
||||
|
||||
Reference in New Issue
Block a user