Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Spot Spot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 132
    • Issues 132
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Spot
  • SpotSpot
  • 98a31af495d47939d18d7a46cf9f47dc9ad687c1

Switch branch/tag
  • spot
  • doc
  • Makefile.am
Find file Normal viewHistoryPermalink
Makefile.am 254 Bytes
Newer Older
Alexandre Duret-Lutz's avatar
* configure.ac: Output doc/Doxyfile and doc/Makefile.  
Alexandre Duret-Lutz committed Apr 18, 2003
1
2
DOXYGEN = doxygen

Alexandre Duret-Lutz's avatar
* doc/Makefile.am: Rewrite to run Doxygen whenever Doxyfile.in    
Alexandre Duret-Lutz committed Jun 26, 2003
3
.PHONY: doc spot
Alexandre Duret-Lutz's avatar
* configure.ac: Output doc/Doxyfile and doc/Makefile.  
Alexandre Duret-Lutz committed Apr 18, 2003
4

Alexandre Duret-Lutz's avatar
* doc/Makefile.am: Rewrite to run Doxygen whenever Doxyfile.in    
Alexandre Duret-Lutz committed Jun 26, 2003
5
all-local: stamp
Alexandre Duret-Lutz's avatar
* configure.ac: Output doc/Doxyfile and doc/Makefile.  
Alexandre Duret-Lutz committed Apr 18, 2003
6

Alexandre Duret-Lutz's avatar
* doc/Makefile.am: Rewrite to run Doxygen whenever Doxyfile.in    
Alexandre Duret-Lutz committed Jun 26, 2003
7
8
9
doc:
	rm stamp
	$(AMKE) stamp
Alexandre Duret-Lutz's avatar
* configure.ac: Output doc/Doxyfile and doc/Makefile.  
Alexandre Duret-Lutz committed Apr 18, 2003
10

Alexandre Duret-Lutz's avatar
* doc/Makefile.am: Rewrite to run Doxygen whenever Doxyfile.in    
Alexandre Duret-Lutz committed Jun 26, 2003
11
12
stamp: Doxyfile.in ../configure.ac
	$(MAKE) Doxyfile
Alexandre Duret-Lutz's avatar
* configure.ac: Output doc/Doxyfile and doc/Makefile.  
Alexandre Duret-Lutz committed Apr 18, 2003
13
	rm -rf spot.html spot.latex
Alexandre Duret-Lutz's avatar
* doc/Makefile.am: Rewrite to run Doxygen whenever Doxyfile.in    
Alexandre Duret-Lutz committed Jun 26, 2003
14
15
16
17
18
19
20
	$(DOXYGEN)
	: > $@

spot.html: stamp
spot.latex: stamp

EXTRA_DIST = stamp spot.html