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

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