diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-02 19:37:33 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-02 19:37:33 +0200 |
commit | a1cebdf816465524b3bd9933f13c809a6f212700 (patch) | |
tree | fa8c054179a6150b78fdd0ba0cd888b873dc9b50 /doc | |
parent | 6c444a564e57da5da66018835222e365f24a0114 (diff) | |
download | xine-lib-a1cebdf816465524b3bd9933f13c809a6f212700.tar.gz xine-lib-a1cebdf816465524b3bd9933f13c809a6f212700.tar.bz2 |
Rename the .sgml to .docbook.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hackersguide/Makefile.am | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am index 35d96ca9a..b147501e9 100644 --- a/doc/hackersguide/Makefile.am +++ b/doc/hackersguide/Makefile.am @@ -1,12 +1,12 @@ include $(top_srcdir)/misc/Makefile.common -hackersguide_sgml = hackersguide.sgml \ - intro.sgml \ - library.sgml \ - overview.sgml \ - internals.sgml \ - stream.sgml \ - output.sgml +hackersguide_docbook = hackersguide.docbook \ + intro.docbook \ + library.docbook \ + overview.docbook \ + internals.docbook \ + stream.docbook \ + output.docbook hackersguide_fig = architecture.fig \ library.fig \ overlays.fig \ @@ -15,7 +15,7 @@ hackersguide_fig = architecture.fig \ hackersguide_DATA = hackersguide.html \ architecture.png library.png overlays.png post_frame.png -EXTRA_DIST = README $(hackersguide_sgml) $(hackersguide_fig) \ +EXTRA_DIST = README $(hackersguide_docbook) $(hackersguide_fig) \ $(hackersguide_DATA) hackersguidedir = $(htmldir)/hackersguide |