#863 Fix formatting and add an entry to the ToC
Merged 5 years ago by ignatenkobrain. Opened 5 years ago by pbokoc.
pbokoc/packaging-committee master  into  master

@@ -41,6 +41,7 @@ 

  ** xref:Fortran.adoc[Fortran]

  ** xref:Haskell.adoc[Haskell]

  ** xref:Java.adoc[Java]

+ *** xref:java-packaging-howto:index.adoc[Java Packaging HOWTO]

  ** xref:JavaScript.adoc[JavaScript]

  ** xref:Lisp.adoc[Lisp]

  ** xref:Mono.adoc[Mono]
@@ -73,4 +74,3 @@ 

  ** xref:SugarActivityGuidelines.adoc[Sugar activities]

  ** xref:Web_Assets.adoc[Web Assets]

  ** xref:WordPress_plugin_packaging_guidelines.adoc[WordPress extensions]

- 

@@ -11,7 +11,7 @@ 

  https://bugzilla.redhat.com/show_bug.cgi?id=447156[bug 447156]

  and https://bugzilla.redhat.com/show_bug.cgi?id=646523[bug 646523].

  

- === Try to avoid the problem in the first place

+ == Try to avoid the problem in the first place

  

  While its obviously not possible to foresee all the cases

  where the need might arise,
@@ -30,7 +30,7 @@ 

  to the corresponding system library directory,

  without resorting to the scriptlets described below.

  

- === Working around it with scriptlets

+ == Working around it with scriptlets

  

  To work around this problem,

  you must include a
@@ -87,7 +87,7 @@ 

  and can be deleted if the package is ever uninstalled

  and the directory is empty.

  

- ==== Scriptlet to replace a symlink to a directory with a directory

+ === Scriptlet to replace a symlink to a directory with a directory

  

  Replacing a symlink to a directory

  with a regular directory is much simpler,

This PR a couple of errors produced during build due to incorrect formatting of titles in Directory_Replacement.adoc. (Titles were one level deeper than they should have been.)

Also, a4fc6d4 adds a new entry into the navigation bar, leading to the Java Packaging HOWTO hosted in https://pagure.io/java-packaging-howto.

Pull-Request has been merged by ignatenkobrain

5 years ago