1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dthelp/parser/helptag: build under autotools

This commit is contained in:
Chase 2021-02-07 14:48:51 -06:00 committed by Jon Trulson
parent 37eba21c97
commit 6807fbb75e
5 changed files with 12 additions and 2 deletions

1
cde/.gitignore vendored
View file

@ -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

View file

@ -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

View file

@ -1,5 +1,5 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = pass1
SUBDIRS = pass1 helptag
#NOTYET canon1 pass2 helptag misc dtds
#NOTYET canon1 pass2

View 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
View file