~ubuntu-branches/ubuntu/precise/libdatrie/precise-201201030357

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Theppitak Karoonboonyanan
  • Date: 2010-02-27 21:09:46 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100227210946-dayt6gm3m20meucz
* New upstream release.
* Bump Standards-Version to 3.8.4 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
all-local: doxygen.stamp
4
4
 
5
 
doxygen.stamp: $(top_srcdir)/datrie/*.h
 
5
doxygen.stamp: $(top_srcdir)/datrie/*.h $(top_srcdir)/datrie/*.c
6
6
        $(DOXYGEN)
7
7
        touch doxygen.stamp
8
8