~ubuntu-branches/ubuntu/quantal/linpsk/quantal

« back to all changes in this revision

Viewing changes to linpsk/docs/en/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Bruce Walker
  • Date: 2002-02-06 11:43:38 UTC
  • Revision ID: james.westby@ubuntu.com-20020206114338-s1xp6su9unkf2kjh
Tags: 0.6.2-3
* Now let's put config.sub and config.guess in the right place :-)
* (closes: #132077)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
EXTRA_DIST = index.html index-1.html index-2.html index-3.html index-4.html index-5.html 
5
5
 
6
 
install-data-local:
7
 
        $(mkinstalldirs) $(prefix)/doc/linpsk/
8
 
        $(INSTALL_DATA) $(srcdir)/index.html $(prefix)/doc/linpsk/index.html
9
 
        $(mkinstalldirs) $(prefix)/doc/linpsk/
10
 
        $(INSTALL_DATA) $(srcdir)/index-1.html $(prefix)/doc/linpsk/index-1.html
11
 
        $(mkinstalldirs) $(prefix)/doc/linpsk/
12
 
        $(INSTALL_DATA) $(srcdir)/index-2.html $(prefix)/doc/linpsk/index-2.html
13
 
        $(mkinstalldirs) $(prefix)/doc/linpsk/
14
 
        $(INSTALL_DATA) $(srcdir)/index-3.html $(prefix)/doc/linpsk/index-3.html
15
 
        $(mkinstalldirs) $(prefix)/doc/linpsk/
16
 
        $(INSTALL_DATA) $(srcdir)/index-4.html $(prefix)/doc/linpsk/index-4.html
17
 
        $(mkinstalldirs) $(prefix)/doc/linpsk/
18
 
        $(INSTALL_DATA) $(srcdir)/index-5.html $(prefix)/doc/linpsk/index-5.html
 
6
# Modified for Debian 11Dec01 <bruce@w1bw.org>
 
7
# We'll list these in debian/docs instead of instlling them here
 
8
# install-data-local:
 
9
#       $(mkinstalldirs) $(prefix)/doc/linpsk/
 
10
#       $(INSTALL_DATA) $(srcdir)/index.html $(prefix)/doc/linpsk/index.html
 
11
#       $(mkinstalldirs) $(prefix)/doc/linpsk/
 
12
#       $(INSTALL_DATA) $(srcdir)/index-1.html $(prefix)/doc/linpsk/index-1.html
 
13
#       $(mkinstalldirs) $(prefix)/doc/linpsk/
 
14
#       $(INSTALL_DATA) $(srcdir)/index-2.html $(prefix)/doc/linpsk/index-2.html
 
15
#       $(mkinstalldirs) $(prefix)/doc/linpsk/
 
16
#       $(INSTALL_DATA) $(srcdir)/index-3.html $(prefix)/doc/linpsk/index-3.html
 
17
#       $(mkinstalldirs) $(prefix)/doc/linpsk/
 
18
#       $(INSTALL_DATA) $(srcdir)/index-4.html $(prefix)/doc/linpsk/index-4.html
 
19
#       $(mkinstalldirs) $(prefix)/doc/linpsk/
 
20
#       $(INSTALL_DATA) $(srcdir)/index-5.html $(prefix)/doc/linpsk/index-5.html
19
21
 
20
 
uninstall-local:
21
 
        -rm -f $(prefix)/doc/linpsk/index.html
22
 
        -rm -f $(prefix)/doc/linpsk/index-1.html
23
 
        -rm -f $(prefix)/doc/linpsk/index-2.html
24
 
        -rm -f $(prefix)/doc/linpsk/index-3.html
25
 
        -rm -f $(prefix)/doc/linpsk/index-4.html
26
 
        -rm -f $(prefix)/doc/linpsk/index-5.html
 
22
# uninstall-local:
 
23
#       -rm -f $(prefix)/doc/linpsk/index.html
 
24
#       -rm -f $(prefix)/doc/linpsk/index-1.html
 
25
#       -rm -f $(prefix)/doc/linpsk/index-2.html
 
26
#       -rm -f $(prefix)/doc/linpsk/index-3.html
 
27
#       -rm -f $(prefix)/doc/linpsk/index-4.html
 
28
#       -rm -f $(prefix)/doc/linpsk/index-5.html
27
29
 
28
30
####### kdevelop will overwrite this part!!! (end)############