gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master d1cdba1 1/2: Corrected BuildProgram doc pointe


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master d1cdba1 1/2: Corrected BuildProgram doc pointers in info and Man
Date: Mon, 22 May 2017 09:18:37 -0400 (EDT)

branch: master
commit d1cdba11eb1208933c9db82de3a3619fe1fffd38
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Corrected BuildProgram doc pointers in info and Man
    
    The node name for BuildProgram's Invoking section was still unchanged from
    its first version (`astcompilerun'). This would not allow `info
    astbuildprog' to work properly. The node name is now corrected to `Invoking
    astbuildprog'.
    
    When Info couldn't find any menu item for `astbuildprog' it would look in
    the Man-pages, but I noticed that it is bringing up the ConvertType Man
    page instead! This was because of a mistake in creating of the Man-pages
    which is now also corrected.
---
 doc/Makefile.am   | 2 +-
 doc/gnuastro.texi | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index ff81d4f..e605c3d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -154,7 +154,7 @@ man/astarithmetic.1: $(top_srcdir)/bin/arithmetic/args.h  
$(ALLMANSDEP)
 
 man/astbuildprog.1: $(top_srcdir)/bin/buildprog/args.h  $(ALLMANSDEP)
        $(MAYBE_HELP2MAN) -n "compile, link with Gnuastro library and its 
dependencies, and run a C program"      \
-                         --libtool $(toputildir)/convertt/astconvertt
+                         --libtool $(toputildir)/buildprog/astbuildprog
 
 man/astconvertt.1: $(top_srcdir)/bin/convertt/args.h  $(ALLMANSDEP)
        $(MAYBE_HELP2MAN) -n "convert known data types to each other"      \
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 60f3d92..946bae5 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -51,7 +51,7 @@ License''.
 * bug-gnuastro: (gnuastro)Report a bug. How to report bugs
 
 * BuildProgram: (gnuastro)BuildProgram. Compile and run programs using 
Gnuastro's library.
-* astcompilerun: (gnuastro)Invoking astcompilerun. Options to BuildProgram.
+* astbuildprog: (gnuastro)Invoking astbuildprog. Options to BuildProgram.
 
 * ConvertType: (gnuastro)ConvertType. Convert different file types.
 * astconvertt: (gnuastro)Invoking astconvertt. Options to ConvertType.
@@ -530,7 +530,7 @@ Review of library fundamentals
 
 BuildProgram
 
-* Invoking astcompilerun::      Options and examples for using this program.
+* Invoking astbuildprog::       Options and examples for using this program.
 
 Gnuastro library
 
@@ -16591,10 +16591,10 @@ don't have to worry, you can just run BuildProgram 
and internal linking
 will be done correctly.
 
 @menu
-* Invoking astcompilerun::      Options and examples for using this program.
+* Invoking astbuildprog::       Options and examples for using this program.
 @end menu
 
address@hidden Invoking astcompilerun,  , BuildProgram, BuildProgram
address@hidden Invoking astbuildprog,  , BuildProgram, BuildProgram
 @subsection Invoking BuildProgram
 
 BuildProgram will compile and link a C source program with Gnuastro's



reply via email to

[Prev in Thread] Current Thread [Next in Thread]