~ubuntu-branches/debian/stretch/openbabel/stretch

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-07-22 23:54:58 UTC
  • mfrom: (3.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080722235458-3o606czluviz4akx
Tags: 2.2.0-2
* Upload to unstable.
* debian/control: Updated descriptions.
* debian/patches/gauss_cube_format.patch: New patch, makes the 
  gaussian cube format available again.
* debian/rules (DEB_DH_MAKESHLIBS_ARGS_libopenbabel3): Removed.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Likewise.
* debian/libopenbabel3.install: Adjust formats directory to single 
  version hierarchy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
EXTRA_DIST = $(man_MANS) README.dioxin.pov README.povray babel31.inc \
2
2
                dioxin.mol2 dioxin.inc dioxin.png dioxin.pov \
3
 
                Doxyfile-man \
 
3
                CMakeLists.txt \
4
4
                FAQ.html OBTwoMigration.html \
5
5
                babel.html obchiral.html obfit.html obgrep.html \
6
 
                obprop.html obrotate.html 
7
 
 
8
 
man_MANS = babel.1 obfit.1 obgrep.1 obrotate.1 obprop.1 obchiral.1
9
 
 
10
 
# build the man pages only if --enable-maintainer-mode is used
11
 
# and Doxygen is available. Please install the most recent version of Doxygen.
12
 
 
13
 
# if MAINTAINER_MODE
14
 
# if BUILD_DOCS
15
 
# babel.1:      $(top_srcdir)/src/main.cpp $(srcdir)/Doxyfile-man
16
 
#               $(DOXYGEN) $(srcdir)/Doxyfile-man
17
 
#               mv man/man1/babel.1 .
18
 
#               rm -rf man
19
 
 
20
 
# obfit.1:      $(top_srcdir)/tools/obfit.cpp $(srcdir)/Doxyfile-man
21
 
#               sed -e 's!/src/main.cpp!/tools/obfit.cpp!' \
22
 
#                  <$(srcdir)/Doxyfile-man | $(DOXYGEN) -
23
 
#               mv man/man1/obfit.1 .
24
 
#               rm -rf man
25
 
 
26
 
# obgrep.1:     $(top_srcdir)/tools/obgrep.cpp $(srcdir)/Doxyfile-man
27
 
#               sed -e 's!/src/main.cpp!/tools/obgrep.cpp!' \
28
 
#                  <$(srcdir)/Doxyfile-man | $(DOXYGEN) -
29
 
#               mv man/man1/obgrep.1 .
30
 
#               rm -rf man
31
 
 
32
 
# obprop.1:     $(top_srcdir)/tools/obprop.cpp $(srcdir)/Doxyfile-man
33
 
#               sed -e 's!/src/main.cpp!/tools/obprop.cpp!' \
34
 
#                  <$(srcdir)/Doxyfile-man | $(DOXYGEN) -
35
 
#               mv man/man1/obprop.1 .
36
 
#               rm -rf man
37
 
 
38
 
# obrotate.1:   $(top_srcdir)/tools/obrotate.cpp $(srcdir)/Doxyfile-man
39
 
#               sed -e 's!/src/main.cpp!/tools/obrotate.cpp!' \
40
 
#                  <$(srcdir)/Doxyfile-man | $(DOXYGEN) -
41
 
#               mv man/man1/obrotate.1 .
42
 
#               rm -rf man
43
 
 
44
 
# obchiral.1:   $(top_srcdir)/tools/obchiral.cpp $(srcdir)/Doxyfile-man
45
 
#               sed -e 's!/src/main.cpp!/tools/obchiral.cpp!' \
46
 
#                  <$(srcdir)/Doxyfile-man | $(DOXYGEN) -
47
 
#               mv man/man1/obchiral.1 .
48
 
#               rm -rf man
49
 
 
50
 
# endif
51
 
# endif
52
 
 
 
6
                obprop.html obrotate.html obminimize.html obenergy.html \
 
7
                obrotamer.html obprobe.html obgen.html obconformer.html
 
8
 
 
9
 
 
10
man_MANS = babel.1 obchiral.1 obfit.1 obgrep.1 obrotate.1 obprop.1  \
 
11
                        obminimize.1 obenergy.1 obrotamer.1 \
 
12
      obprobe.1 obgen.1 obconformer.1 \
 
13
                        roundtrip.1
 
14
 
 
15
# man pages are hand-written, since doxygen man pages are poorly formatted