dthelp/parser/helptag: build under autotools
This commit is contained in:
1
cde/.gitignore
vendored
1
cde/.gitignore
vendored
@@ -556,6 +556,7 @@ programs/dthelp/parser/pass1/parser/dthelp_htag1
|
||||
programs/dthelp/parser/pass1/parser/error
|
||||
programs/dthelp/parser/pass1/util/context
|
||||
programs/dthelp/parser/pass1/util/fclndir
|
||||
programs/dthelp/parser/helptag/dthelptag
|
||||
|
||||
# programs/dtinfo
|
||||
programs/dtinfo/clients/dtinfo_start/dtinfo_start
|
||||
|
||||
@@ -520,6 +520,7 @@ programs/dthelp/parser/pass1/build/Makefile
|
||||
programs/dthelp/parser/pass1/eltdef/Makefile
|
||||
programs/dthelp/parser/pass1/helptag/Makefile
|
||||
programs/dthelp/parser/pass1/parser/Makefile
|
||||
programs/dthelp/parser/helptag/Makefile
|
||||
|
||||
programs/nsgmls/Makefile
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = pass1
|
||||
SUBDIRS = pass1 helptag
|
||||
|
||||
#NOTYET canon1 pass2 helptag misc dtds
|
||||
#NOTYET canon1 pass2
|
||||
|
||||
8
cde/programs/dthelp/parser/helptag/Makefile.am
Normal file
8
cde/programs/dthelp/parser/helptag/Makefile.am
Normal file
@@ -0,0 +1,8 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_SCRIPTS = dthelptag
|
||||
|
||||
dthelptag: helptag.cpp
|
||||
$(RM) $@
|
||||
$(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) $< > $@
|
||||
chmod +x $@
|
||||
0
cde/programs/dthelp/parser/helptag/helptag.cpp
Executable file → Normal file
0
cde/programs/dthelp/parser/helptag/helptag.cpp
Executable file → Normal file
Reference in New Issue
Block a user