[pkg-java] r4028 - trunk/aspectj/debian

tgg at alioth.debian.org tgg at alioth.debian.org
Sat Aug 18 14:52:41 UTC 2007


Author: tgg
Date: 2007-08-18 14:52:41 +0000 (Sat, 18 Aug 2007)
New Revision: 4028

Added:
   trunk/aspectj/debian/ajbrowser.sgml
Modified:
   trunk/aspectj/debian/aj.sgml
   trunk/aspectj/debian/aspectj.manpages
   trunk/aspectj/debian/rules
Log:
add manpage for ajbrowser


Modified: trunk/aspectj/debian/aj.sgml
===================================================================
--- trunk/aspectj/debian/aj.sgml	2007-08-18 13:54:48 UTC (rev 4027)
+++ trunk/aspectj/debian/aj.sgml	2007-08-18 14:52:41 UTC (rev 4028)
@@ -4,7 +4,7 @@
 <!-- it was slightly modified to cover aj5               -->
 <refentry id="aj-ref" xreflabel="The aj Command-line Reference">
   <refmeta>
-    <refentrytitle>aj, aj5</refentrytitle>
+    <refentrytitle>aj</refentrytitle>
     <manvolnum>1</manvolnum>
   </refmeta>
 
@@ -21,18 +21,19 @@
         <arg><replaceable>arg...</replaceable></arg>
       </group>
     </cmdsynopsis>
+
     <cmdsynopsis>
        <command>aj5</command>
       <arg><replaceable>Options</replaceable></arg>
       <group>
-        <arg><replaceable>arg...</replaceable></arg>
+        <arg rep="repeat"><replaceable>arg</replaceable></arg>
       </group>
     </cmdsynopsis>
   </refsynopsisdiv>
 
   <refsect1 id="aj" xreflabel="aj">
-    <title>Description</title>
-        
+    <title>DESCRIPTION</title>
+
     <para>The
       <command>aj</command> command runs Java programs in Java 1.4 or
       later by setting up

Added: trunk/aspectj/debian/ajbrowser.sgml
===================================================================
--- trunk/aspectj/debian/ajbrowser.sgml	                        (rev 0)
+++ trunk/aspectj/debian/ajbrowser.sgml	2007-08-18 14:52:41 UTC (rev 4028)
@@ -0,0 +1,50 @@
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.3//EN">
+<!-- this file is based on:                                     -->
+<!--  aspectj/org.aspectj/modules/docs/devGuideDB/ajbrowser.xml -->
+<refentry>
+  <refmeta>
+    <refentrytitle>ajbrowser</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+
+  <refnamediv>
+    <refname>ajbrowser</refname>
+    <refpurpose>GUI to compile programs with ajc and navigate
+    crosscutting structure</refpurpose>
+  </refnamediv>  
+
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>ajbrowser</command>
+      <group>
+        <arg rep="repeat"><replaceable>file.lst</replaceable></arg>
+        <arg rep="repeat"><replaceable>arg</replaceable></arg>
+      </group>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>The
+      <command>ajbrowser</command> launches the browser when
+      specifying no arguments or some numbers of build configuration
+      files (suffix <filename>.lst</filename>). Otherwise the
+      compiler <command>ajc</command> is invoked. </para>
+
+    <para>The AspectJ Browser can edit program source files, compile
+      using the AspectJ compiler <literal>ajc</literal>, run a program,
+      and graphically navigate the program's crosscutting
+      structure. </para>
+
+  </refsect1>
+
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>
+      <citerefentry><refentrytitle>ajc</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+    </para>
+  </refsect1>
+
+</refentry>

Modified: trunk/aspectj/debian/aspectj.manpages
===================================================================
--- trunk/aspectj/debian/aspectj.manpages	2007-08-18 13:54:48 UTC (rev 4027)
+++ trunk/aspectj/debian/aspectj.manpages	2007-08-18 14:52:41 UTC (rev 4028)
@@ -1,3 +1,4 @@
 debian/ajc.1
 debian/ajdoc.1
 debian/aj.1
+debian/ajbrowser.1

Modified: trunk/aspectj/debian/rules
===================================================================
--- trunk/aspectj/debian/rules	2007-08-18 13:54:48 UTC (rev 4027)
+++ trunk/aspectj/debian/rules	2007-08-18 14:52:41 UTC (rev 4028)
@@ -16,7 +16,7 @@
 INSTALL := install -m 755
 
 AJ_SCRIPTS := debian/ajc debian/ajbrowser debian/ajdoc debian/aj debian/aj5
-AJ_MANPAGES := debian/ajc.1 debian/ajdoc.1 debian/aj.1
+AJ_MANPAGES := debian/ajc.1 debian/ajdoc.1 debian/aj.1 debian/ajbrowser.1
 
 AJ_ANT_HOME := $(MODULES)/lib/ant
 AJ_ANT_JARS := ant.jar ant-junit.jar
@@ -60,6 +60,9 @@
 debian/aj.1: debian/aj.sgml
 	docbook-to-man $< > $@
 
+debian/ajbrowser.1: debian/ajbrowser.sgml
+	docbook-to-man $< > $@
+
 # reuse the DocBook xml documents here to generate manpages.
 debian/%.1: org.aspectj/modules/docs/devGuideDB/%.xml
 	sh debian/manpage_from.sh $< > $@




More information about the pkg-java-commits mailing list