Skip to content
Snippets Groups Projects
Commit 7c0e823d authored by zwelch's avatar zwelch
Browse files

Add warning to generated Doxyfile to edit Doxyfile.in.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1917 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent f1f0d5e2
Branches
No related tags found
No related merge requests found
......@@ -18,7 +18,12 @@ EXTRA_DIST = \
docs: pdf html doxygen
Doxyfile: $(srcdir)/Doxyfile.in
sed -e 's,@srcdir\@,$(srcdir),' $< > $@
@echo "Creating $@ from $<..."
@( \
echo "### @@@ -= DO NOT EDIT THIS FILE =- @@@ ###" && \
echo "### @@@ Make changes to Doxyfile.in @@@ ###" && \
sed -e 's,@srcdir\@,$(srcdir),' $< \
) > $@
doxygen::
$(MAKE) Doxyfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment