[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    developer.kde.org/documentation/other
From:       David Faure <faure () kde ! org>
Date:       2005-01-28 1:12:55
Message-ID: 20050128011255.D7CB61BB36 () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

formatting fixes


  M +6 -6      makefile_am_howto.html   1.29


--- developer.kde.org/documentation/other/makefile_am_howto.html  #1.28:1.29
@@ -180,5 +180,5 @@
     <code>
     check-local: mytestprog <br />
-        ./mytestprog $(srcdir)/datafile <br />
+    &nbsp;&nbsp;&nbsp;&nbsp;./mytestprog $(srcdir)/datafile <br />
     </code>
     <p>This is Makefile syntax, the second line needs to start with a tab.</p>
@@ -240,9 +240,9 @@
     <p>Now you should edit Makefile.am and add:</p>
     <code>
-    install-data-local: uninstall.desktop
-        $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmyapp
-        $(INSTALL_DATA) $(srcdir)/uninstall.desktop \
$(DESTDIR)$(kde_datadir)/kmyapp/oldfilename.desktop +    install-data-local: \
uninstall.desktop <br /> +    &nbsp;&nbsp;&nbsp;&nbsp;$(mkinstalldirs) \
$(DESTDIR)$(kde_datadir)/kmyapp <br /> +    &nbsp;&nbsp;&nbsp;&nbsp;$(INSTALL_DATA) \
$(srcdir)/uninstall.desktop $(DESTDIR)$(kde_datadir)/kmyapp/oldfilename.desktop <br \
/>  </code>
-    where $(kde_datadir)/kmyapp is just an example, it should be replaced with
+    <p>where $(kde_datadir)/kmyapp is just an example, it should be replaced with
     the directory where the .desktop was installed to. Don't forget to prepend \
$(DESTDIR).  </p>    


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic