diff options
Diffstat (limited to 'help/quickref/C/Makefile.am')
-rw-r--r-- | help/quickref/C/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/help/quickref/C/Makefile.am b/help/quickref/C/Makefile.am new file mode 100644 index 0000000000..1014bfb7c3 --- /dev/null +++ b/help/quickref/C/Makefile.am @@ -0,0 +1,10 @@ +HELP_FILES = quickref.pdf + +quickrefdir = $(evolutionhelpdir)/quickref/C +quickref_DATA = $(HELP_FILES) + +EXTRA_DIST = \ + $(HELP_FILES) \ + quickref.tex + +-include $(top_srcdir)/git.mk |