svn: r2480
This commit is contained in:
Don Allingham
2003-12-09 06:02:36 +00:00
parent 2cd742578a
commit 9ca94ff9db
9 changed files with 352 additions and 134 deletions

View File

@@ -200,6 +200,8 @@ entities = legal.xml\
mainwin.xml\
usage.xml\
custom.xml\
faq.xml\
keybind.xml\
filtref.xml\
cmdline.xml
@@ -393,6 +395,14 @@ $(docname).xml: $(entities)
cd $(srcdir); \
cp $(entities) $$ourdir
.PHONY: distclean-hook
distclean: distclean-hook
distclean-hook:
if [ $(top_srcdir) != $(top_builddir) ]; \
then \
rm -f $(entities); \
fi
app-dist-hook:
if test "$(figdir)"; then \
$(mkinstalldirs) $(distdir)/$(figdir); \