dthelp/parser/helptag: build under autotools

This commit is contained in:
Chase
2021-02-07 19:44:12 -07:00
committed by Jon Trulson
parent 37eba21c97
commit 6807fbb75e
5 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = pass1
SUBDIRS = pass1 helptag
#NOTYET canon1 pass2 helptag misc dtds
#NOTYET canon1 pass2
@@ -0,0 +1,8 @@
MAINTAINERCLEANFILES = Makefile.in
bin_SCRIPTS = dthelptag
dthelptag: helptag.cpp
$(RM) $@
$(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) $< > $@
chmod +x $@
View File