update
svn: r2480
This commit is contained in:
@@ -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); \
|
||||
|
||||
Reference in New Issue
Block a user