dthelp/parser/helptag: build under autotools
This commit is contained in:
@@ -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