pangomm r25 - in trunk: . docs/reference docs/reference/images
- From: jjongsma svn gnome org
- To: svn-commits-list gnome org
- Subject: pangomm r25 - in trunk: . docs/reference docs/reference/images
- Date: Thu, 23 Oct 2008 16:45:14 +0000 (UTC)
Author: jjongsma
Date: Thu Oct 23 16:45:14 2008
New Revision: 25
URL: http://svn.gnome.org/viewvc/pangomm?rev=25&view=rev
Log:
Removed gtk stock image stuff that was accidentally left over from splitting up pangomm from gtkmm.
Removed:
trunk/docs/reference/images/
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/docs/reference/Makefile.am
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Thu Oct 23 16:45:14 2008
@@ -230,8 +230,6 @@
docs/images/Makefile
docs/reference/Makefile
docs/reference/Doxyfile
- docs/reference/images/Makefile
- docs/reference/images/widgets/Makefile
])
else
DOCS_SUBDIR=""
Modified: trunk/docs/reference/Makefile.am
==============================================================================
--- trunk/docs/reference/Makefile.am (original)
+++ trunk/docs/reference/Makefile.am Thu Oct 23 16:45:14 2008
@@ -1,5 +1,3 @@
-SUBDIRS = images
-
doxygen_configfile = Doxyfile
doxygen_configfile_source = $(srcdir)/Doxyfile.in
beautify_docs = @GMMPROC_DIR@/beautify_docs.pl
@@ -17,18 +15,12 @@
$(hierarchy_files) \
xml/index.xml #Just to satisfy the dependency when building from the tarball.
-STOCK_DIR=images/stock
-
# The html is generated by doxygen. We generate xml also, but we are not distributing it yet.
# The installdox thing is part of doxygen - it fixes the URLs to point to the glibmm reference docs.
# beautify_docs moves the * and & next to the C++ types rather than the parameter names.
-html/index.html: $(doxygen_configfile_source) $(STOCK_DIR)
+html/index.html: $(doxygen_configfile_source)
-rm -rf html
- image_path=""; \
- for subdir in $(STOCK_DIR)/* ; do \
- test -d "$$subdir" && image_path="$$image_path $$subdir"; \
- done; \
- DOXYGEN_IMAGE_PATH="$${DOXYGEN_IMAGE_PATH:=$$image_path}" doxygen $(doxygen_configfile) \
+ doxygen $(doxygen_configfile) \
2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt
cd html && ./installdox -l glibmm_doxygen_tags /../../../glibmm-2.4/docs/reference/html \
2>> doxygen-warnings.txt | tee -a doxygen-output.txt && cd ..
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]