~ubuntu-branches/ubuntu/vivid/regina-normal/vivid-proposed

« back to all changes in this revision

Viewing changes to admin/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2006-10-29 22:25:06 UTC
  • mfrom: (3.1.7 edgy)
  • Revision ID: james.westby@ubuntu.com-20061029222506-1y63yl1k6pwhhpwq
Tags: 4.3.1-3
Removed www-browser as an alternative to konqueror in regina-normal-doc
recommendations, since the GUI needs konqueror specifically to open the
API docs from the help menu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
EXTRA_DIST = \
14
14
  README.txt RELEASE.txt \
15
 
  acinclude.m4.top as-ac-expand.m4.ext cppunit.m4.ext kde.m4.ext \
16
 
  libtool.m4.ext configure.ac.bot configure.ac.top \
17
 
  Doxyfile.am Doxyfile.global Makefile.common am_edit conf.change.pl \
18
 
  config.guess config.pl config.sub cvs-clean.pl cvs.sh debianrules \
19
 
  detect-autoconf.sh install-sh ltmain.sh missing mkinstalldirs \
 
15
  acinclude.m4.top acx_mpi.m4.ext as-ac-expand.m4.ext cppunit.m4.ext \
 
16
  kde.m4.ext libtool.m4.ext configure.ac.bot configure.ac.top \
 
17
  Doxyfile.am Doxyfile.global Makefile.common am_edit \
 
18
  bcheck.pl conf.change.pl config.guess config.pl config.sub \
 
19
  cvs-clean.pl cvs.sh debianrules deps.am detect-autoconf.sh index2gloss \
 
20
  install-sh ltmain.sh missing mkinstalldirs nmcheck oldinclude.m4.in \
20
21
  ac_gen am_update distcheck insertstub mksums replacetabs
21
22
 
22
23
## ----------------------- Custom targets ----------------------------
32
33
                `find ../python -name "*.cpp" -o -name "*.h" -o -name "*.tcc"`
33
34
        ./insertstub stubs/testsuite \
34
35
                `find ../testsuite -name "*.cpp" -o -name "*.h" -o -name "*.tcc"`
 
36
        ./insertstub stubs/general \
 
37
                `find ../icons/povray -name "*.pov"`
35
38
 
36
39
tabs :
37
40
        ./replacetabs `find .. -name "*.cpp" -o -name "*.h" -o -name "*.tcc"`